client process

英 [ˈklaɪənt ˈprəʊses] 美 [ˈklaɪənt ˈprɑːses]

网络  客户机进程; 客户进程; 客户端进程; 委托进程

计算机



双语例句

  1. This method of having the client process the document into a format ready for the printer is called raw printing.
    这种让客户端将文档处理为打印机能够使用的格式的方法称为原始打印。
  2. The sample implementation in this article uses the remote EJB interface for both business flows and human tasks, because the portal client and process server sit in a different JVM space.
    本文中的示例实现使用用于业务流和人工任务的远程EJB接口,因为门户客户端和流程服务器位于不同的JVM空间中。
  3. The client RPC runtime receives it, gives it to client stub which passes the execution result to the client process.
    客户机RPC运行时接收执行结果,传递给客户机stub,客户机stub再把它传递给客户机进程。
  4. On clients, you need to start the NFS client process only.
    在客户端上,只需要启动NFS客户端进程。
  5. If the client process has not explicitly issued a bind system call before initiating the connection, implicit binding on the local socket is taken care of by the stack.
    如果在初始化连接之前,客户端进程没有显式发布bind系统调用,则堆栈负责本地套接字上的隐式绑定。
  6. The connect system call is normally called by the client process to connect to the server process.
    客户端进程通常调用connect系统调用,以连接到服务器进程。
  7. The client process implementation is in shm_client.cpp
    客户机进程的实现在shmclient.cpp中
  8. In this scenario, you set up a client with WebSphere Process Server V6.1 and a management agent, which is a server with a management server.
    在此场景中,您将设置一个带有WebSphereProcessServerV6.1的客户机和一个管理代理,其中管理代理是一个带有管理服务器的服务器。
  9. The client process gets pointers to three shared objects, makes three references to their data members, and depending on the command-line input invokes three virtual functions.
    客户机进程获得指向三个共享对象的指针,建立对它们的数据成员的三个引用,并且依赖于命令行的输入调用三个虚函数。
  10. Whenever a request comes to your FUSE client process, it contacts the remote server process.
    不论何时请求到达您的FUSE客户机进程上时,它都会与远程服务器进程进行联系。
  11. If short Ajax calls aren't possible or if they don't provide the desired result, consider the alternative: one big Ajax call to get everything you need, then leave the client to process the data locally.
    如果不能进行简短的Ajax调用,或者如果这些调用不能提供期望的结果,可以考虑一种替代方法:进行一次大的Ajax调用来获取所需的一切内容,然后让客户机在本地处理数据。
  12. In both DCOM and CORBA, the interactions between a client process and an object server are implemented as object-oriented RPC-style communications.
    在DCOM和CORBA中,客户进程与对象服务器之间的互相作用是作为面向对象的RPC式通信来实现的。
  13. We are now ready to deploy and test our SCA component and Web client on WebSphere Process Server.
    现在,我们可以在WebSphereProcessServer上部署并测试我们的SCA组件和Web客户机了。
  14. For SAP tests in the long run mode, a new SAP client process is started each time the number of test instances reaches the value provided.
    对于长时间运行模式下的SAP测试,测试实例数量每次达到所提供的值时,都会启动一个新的SAP客户端进程。
  15. You will have two processes: one server process running on a older Linux kernel, and the FUSE client process running on a Linux box with the latest kernel.
    您需要两个进程:一个是在较旧的Linux内核上运行的服务器进程,另外一个是在具有最新内核的Linux系统上运行的一个FUSE客户机进程。
  16. Through the typical client installation process, the Notes client is configured to leverage the server-based mail database and directory information.
    通过典型的客户机安装过程,将Notes客户机配置为使用基于服务器的邮件数据库和目录信息。
  17. For a client process, it is not mandatory to issue a bind call.
    对于客户端进程,发布bind调用不是强制的。
  18. The kernel takes care of doing an implicit binding when the client process issues the connect system call.
    当客户端进程发布connect系统调用时,内核负责执行隐式绑定。
  19. You only need capture turned on when you are using the client optimization process that is described in the first article of this series.
    您只有在使用本系列第一部分中描述的客户机优化流程时才需要开启采集功能。
  20. Next, you must get the client to process the incoming XML data.
    接下来,您需要使客户机处理传入的XML数据。
  21. You may save time and even money, but can lose a client in the process.
    这样做或许会让你节省时间和金钱,但是也可能会让你损失一个客户。
  22. The client process then waits for a reply message.
    然后,客户进程等待回复消息。
  23. Communication takes the form of the client process sending a message over the network to the server process.
    其中的通信形式是这样的,客户进程通过网络将一个消息发送给服务器进程。
  24. Mail slot is a one-way communication mechanism, create the mail slot of the server process reads the data, open the mail slot of the client process writes data.
    邮槽是基于广播通信体系设计出来的,它采用无连接的不可靠的数据传输。邮槽是一种单向通信机制,创建邮槽的服务器进程读取数据,打开邮槽的客户机进程写入数据。
  25. Enables the client to specify a client process ID for use.
    允许客户端指定要使用的客户端进程id。
  26. Once a connection is established the client process can send a query to the backend ( server).
    一旦建立起来联接,客户端进程就可以向后端(服务器)进程发送查询了。
  27. When a client process calls a remote object, it does so by using a proxy.
    在客户端进程调用远程对象时,它使用代理来完成这一操作。
  28. In this model there is one client process connected to exactly one server process.
    在这种模式里一个客户端进程只是与一个服务器进程联接。
  29. Named pipe is supported by the editor beyond Windows NT 4.0.The instance of the article implements the read-write operation to pipe by the server process and the client process of different computers through Windows API call coding by Visual C++ 6.0 programming language.
    本文的实例采用Visualc++60编码,通过WindowsAPI调用实现两台机器上的服务器端进程和客户端进程对管道的读写操作。
  30. Realization of Linux Network Server/ client Process
    Linux网络服务器/客户进程的实现